inhibit-modification-hooks is set.
Lisp_Object prop;
int start, end;
+ if (inhibit_modification_hooks)
+ return;
+
/* If FROM and TO are not in a valid range, do nothing. */
if (! (BEGV <= from && from <= to && to <= ZV))
return;
int start, end;
Lisp_Object string;
{
- int count;
+ int count = 0;
struct gcpro gcpro1;
Lisp_Object tail, elt, val, to;
/* Set to nonzero if we don't have to compose ASCII characters. */